
/* 头部 */

.header {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  width:100%;
  height: 45px;
  background-color: #f5f5f7;
}

.tol { line-height: 20px; color: #e1152f; white-space: pre; width: 30%; float: left;}
.tel { display: -webkit-inline-box; overflow: hidden; width:419px;  height: 22px;  color: #949494;  white-space: normal;  text-overflow: ellipsis; 
webkit-box-orient: vertical; webkit-line-clamp: 2;  float: right; align-items: left;}
.tel a{  color: #949494;}
.tel a:hover{  color: #e1152f;}

.top-1 { position: relative;  align-items: center; background-color: #fff;width: 1280px; margin: 0 auto; height:96px;display: flex; min-width: 1280px;}

.logo_l { width:25%; flex: 1 1 auto;display: flex; align-items: center;}
.logo_r {  width:35%; align-items: flex-end; }
.action-bg { width:250px; margin-right:20px; float: left;}
.action-bg-1 {padding: 0 10px; min-width:108px;width: fit-content;height:40px;background:url(../images_scwmw2023/img_l1.png) repeat-x; overflow: hidden; text-align: center;color: #fff; border-radius: 8px 0 8px 0 ;}


/* 搜索 */
.sc_nr {position: absolute; margin: auto; top: 0;  bottom:0px;width:46px; height: 46px;z-index: 10;}
.sc_nr .search { position: absolute; margin: auto; top: 0; right: 0; bottom:0; left: 0; width:46px; height:46px; background: #f7f7f7;border-radius: 50%;transition: all 1s; z-index: 4;}
.sc_nr .search:hover { cursor: pointer;}
.sc_nr .search::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 11px;
  right: 0;
  bottom: 0;
  left:13px;
  width: 10px;
  height: 2px;
  background:#eb3428;
  transform: rotate(45deg);
  transition: all .5s;
}
.sc_nr .search::after {
  content: "";
  position: absolute;
  margin: auto;
  top: -5px;
  right: 0;
  bottom: 0;
  left: -5px;
  width: 13px;
  height:13px;
  border-radius: 50%;
  border: 2px solid #eb3428;
  transition: all .5s;
}
.sc_nr input {
  font-family: 'Inconsolata', monospace;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width:46px;
  height:46px;
  outline: none;
  border: none;
  background:#f5f5f7;
  color:#666;
  padding: 0 80px 0 20px;
  border-radius: 30px;
  transition: all 1s;
  opacity: 0;
  z-index: 5;
  font-weight: bolder;
  letter-spacing: 0.1em;
}

.sc_nr input:hover { cursor: pointer;}
.sc_nr input:focus { width:50px; opacity: 1; cursor: text; bottom:0;}
.sc_nr input:focus ~ .search {right: -220px; background: #d70e18; z-index: 6; width: 40px; height: 40px;}
.sc_nr input:focus ~ .search::before {top: 0; left: 0; width:15px; background: #f7f7f7;}
.sc_nr input:focus ~ .search::after { top: 0; left: 0; width:15px; height: 2px; border: none; background: #f7f7f7; border-radius: 0%; transform: rotate(-45deg);}
.sc_nr input::placeholder { color:#f7f7f7; opacity: 0.5; font-weight: bolder;}

/*二维码弹出*/
.footer_flex li:hover span { display: block; }
.footer_flex li:hover .img-n { display: none; }
.footer_flex li span { display: none; color: #fff; font-size: 13px; line-height: 45px; }
.footer_flex li .img-n {    padding: 12px 0 0 4px; }
.footer_flex {margin:0 auto 0; float: right; }
.footer_flex li { width: 45px; height: 45px; background-color: #f7f7f7; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin: 0px 14px; float: left; text-align: center; cursor: pointer; position: relative; z-index: 10; }
.footer_flex li:hover { background-color: #d74339; }
.footer_flex li:last-child:hover { background-color: #f7f7f7; } 

/*button*/
.footer_flex li:hover .flex-footera { display: block; z-index: 999; }
.footer_flex li .flex-footera {  position: absolute; top:50px; text-align: center; display: none;  z-index:10;left: -26px;border: 1px solid #e9e9e9;border-radius: 10px;}
.flex-footera img { width:100px; height: 100px;  z-index:10;}
.img-n{ width:48%;  }


/*导航*/
.columns {

    width: 100%;
    background-color: #d71d21;
	/*background: url(../images_scwmw2023/img_7.png) repeat-x;*/
	height: 50px;
    margin-top: 10px;
	
}
/* common and top level styles */
#column, #column ul { list-style: none outside none; margin: 0;  padding: 0;}
#column {
    position: relative;
    width:1280px;
	margin: 0 auto;
    display: flex;
    justify-content: space-around;

}

#column > li {
    border-bottom: 5px solid transparent;
    float: left;
    margin-bottom: -5px;
    text-align: left;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
	font-size:18px;
}
#column li a {
    display: block;
    text-decoration: none;
    -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    white-space: normal;
	text-align: center;
}
#column > li > a {
    color: #fff;
    display: block;
    
    line-height:50px;
    padding: 0 15px;
    text-transform: uppercase;
}
#column > li:hover > a, #column > a:hover {color:#ffdc75;}
#column li.active > a { color:#ffdc75;}

#column ul li a:hover { color: #F55856;}



/*pc内容头部*/
.info-top{display:none;background:#fff; }
.topnav{ height:40px;background:#fafafa; line-height:38px; font-size:12px; color:#999;}
.topnav a{color:#999;}
.topnav span{ color:#E1152F; font-weight:bold;}


/*移动端 导航*/
.mapbox{background: rgb(0, 0, 0, 0.5); width:100%; height:100%; overflow: hidden;}
.map{ height: 100%; width:60%; position:fixed; left:100%; top:0; background:#eee;z-index:999999; overflow:auto; margin-left:40%;}
.map-top{ background-color: #cd0911; position:relative; margin-bottom:1rem; height: 2.6rem;}
.map-top img{ height:66%; display:block; position:absolute; right:0.6rem; bottom:0; top:0; margin:auto 0; cursor:pointer} */
.mapli{ overflow:hidden; width:86%; margin:0.2rem auto 0 auto;}
.mapli p{ font-size:1rem; line-height:2.8rem; border-bottom:1px #ccc solid; color:#333;  text-align:center;}
.mapli p a{color:#777;}
.mapli p a:hover{color:#d71d21;}
.mapli div{ overflow:hidden; background:#fff; }
.mapli div a{ float:left; padding:0 0.6rem; line-height:2.6rem; font-size:0.9rem; color:#666; display:block;}
.mapli div a:hover{color:#d71d21;}




/*移动端顶部条*/
.nav-top{height:7rem; position:relative; font-size:1.3rem; color:#fff; font-weight:bold; text-align:center; line-height:3rem;}
.nav-top img{  display:block; position:absolute; right:0.6rem; bottom:0; top:0; margin:auto 0; cursor:pointer}
.nav-top a{ display:block; height:44%; width:10%;position:absolute; left:0.8rem; bottom:0; top:0; margin:auto 0; cursor:pointer; background:url(../images_scwmw2023/back.png) no-repeat; background-size:auto 100%;}
.nav02{background:#eee; position:relative; font-size:1rem; color:#666; padding:0 0.5rem;}
.nav02 a{ padding:0 0.8rem; line-height:2.5rem;}
.on{ color:#DF002B; font-weight:bold;}

.i1-mobile{ width: 100%; height: 5rem; background: #fff; position: relative; }
.i1-mobile span{
    float: right; 
    font-size:1rem; 
    border-radius: 0.4rem;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    max-width: 46%;
    height: 2.4rem;
    text-align: center;
    line-height: 2.4rem;
    color: #fff;
    top: 2rem;
    background: #d71d21;
    margin-top: 1.3rem; 
    margin-right: 1rem;
    padding: 0 0.5rem;
  }
.i1-mobile img{width: 250px; float: left; left:1rem;}

.i2-mobile{  width: 100%; height:3rem;background: #e5e5e5; height: 2rem; position: relative; }
.i2-mobile img{height:32%; display:block; position:absolute;  right:2.6rem; bottom:0; top:0; margin:auto 0; cursor:pointer}
.close img{right: 0; position: absolute;}


@media screen and (max-width: 1000px) {
  .info-top,
  .columns,{
    display: none;
  }
  .i1-mobile img{
    width: 39%;
    max-width: 200px;
  }
}



@media screen and (min-width:1000PX){html,body{max-width:none;font-family:"微软雅黑","宋体";font-size:16px;}
.info-top{display:block;}
.info-box-1{float:left;width:100%;}
.nav-top{display:none;}
.nav-top img{display:none;}
.map-top{text-align:left;padding-left:50px;background:none;color:#666;font-weight:normal;font-size:18px;}
.map{display: none;} 
 }





